[IA64] Re-enable tools/xcutils build on ia64. We now have
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 14 Jul 2006 10:58:17 +0000 (11:58 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 14 Jul 2006 10:58:17 +0000 (11:58 +0100)
save/restore working in the xen-ia64-unstable.hg thanks to some
excellent work by Tristan.  This simply splits the xcutils components
from the x86-ish linux_save/restore files in a way that should be
friendly to powerpc.

Signed-off-by: Alex Williamson <alex.williamson@hp.com>
config/ia64.mk
config/x86_32.mk
config/x86_64.mk
tools/Makefile

index a951514daea6911adda7da72f239d84796b23d42..4fab1118beef965af9712e91077f53b807a2b877 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG_IA64 := y
 CONFIG_IOEMU := y
+CONFIG_XCUTILS := y
 
 LIBDIR := lib
index 73bd2b7eb4668aa5e43b1edc0e9fb027374ee1e4..2d460a720a8016eb89f9c2b0883501b5244bc8a4 100644 (file)
@@ -1,6 +1,7 @@
 CONFIG_X86 := y
 CONFIG_HVM := y
 CONFIG_MIGRATE := y
+CONFIG_XCUTILS := y
 CONFIG_IOEMU := y
 CONFIG_MBOOTPACK := y
 
index 2cd709dd09df6360c6024c5bf57f312ffb4fcdf1..bd43c04a6cca9e81605658483a35f79e8f057db1 100644 (file)
@@ -1,6 +1,7 @@
 CONFIG_X86 := y
 CONFIG_HVM := y
 CONFIG_MIGRATE := y
+CONFIG_XCUTILS := y
 CONFIG_IOEMU := y
 CONFIG_MBOOTPACK := y
 
index 2a42254e322b0d358cf9ac29981aefad84243a8b..41951d3fca44e936578b56852ee322b86324b514 100644 (file)
@@ -7,7 +7,7 @@ SUBDIRS-y += xenstore
 SUBDIRS-y += misc
 SUBDIRS-y += examples
 SUBDIRS-y += xentrace
-SUBDIRS-$(CONFIG_X86) += xcutils
+SUBDIRS-$(CONFIG_XCUTILS) += xcutils
 SUBDIRS-y += firmware
 SUBDIRS-y += security
 SUBDIRS-y += console